@charset "UTF-8";
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-bold.eot");
  src: url("/toraco/fonts/miso-bold.eot?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-bold.woff2") format("woff2"), url("/toraco/fonts/miso-bold.woff") format("woff"), url("/toraco/fonts/miso-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-regular.eot");
  src: url("/toraco/fonts/miso-regular?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-regular.woff2") format("woff2"), url("/toraco/fonts/miso-regular.woff") format("woff"), url("/toraco/fonts/miso-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-light.eot");
  src: url("/toraco/fonts/miso-light?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-light.woff2") format("woff2"), url("/toraco/fonts/miso-light.woff") format("woff"), url("/toraco/fonts/miso-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* ********************************************************
  共通初期化CSS
******************************************************** */
html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

ol, ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

@media print {
  body {
    zoom: 60%;
  }
}
#container.second #main.magazine {
  background: #FFF url(/toraco/img/magazine/guide/bg_dot.gif) repeat 0 0;
}

.mainTitle {
  text-align: center;
  width: 260px;
  margin: -110px auto 0 auto;
}
.mainTitle img {
  width: 100%;
  height: auto;
}

h3.subTitle {
  text-align: center;
  margin: 60px auto;
}

p.lead {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .mainTitle {
    margin-top: -60px;
    width: 160px;
  }
  h3.subTitle {
    margin: 30px 4%;
  }
  h3.subTitle img {
    width: 100%;
    height: auto;
  }
  p.lead {
    margin: 0 4%;
    font-size: 15px;
    line-height: 1.8;
  }
}
section.unit {
  width: 880px;
  margin: 70px auto;
}
section.unit .wrap {
  position: relative;
}
section.unit .wrap:before {
  background: #000000;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 8px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
section.unit .wrap .contents {
  text-align: center;
  position: relative;
  z-index: 100;
  background: #fdf376;
  border-radius: 16px;
  border: 1px solid #000000;
  padding: 50px 40px 60px 40px;
}
section.unit .wrap .contents.bg-1 {
  background: #f6c0d7;
}
section.unit .wrap .contents.bg-2 {
  background: #b7e6e6;
}
section.unit .wrap .contents.bg-3 {
  background: #e5cef0;
}
section.unit .wrap .contents .title-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
section.unit .wrap .contents .title-wp .icon {
  width: 120px;
}
section.unit .wrap .contents .title-wp span.time {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 60px;
  display: block;
  color: #08AFAF;
  font-size: 28px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.unit .wrap .contents .title-wp span.time.l2 {
  padding-top: 26px;
}
section.unit .wrap .contents .title-wp .subTitle {
  width: 650px;
  text-align: left;
}
section.unit .wrap .contents .title-wp .subTitle .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
section.unit .wrap .contents .title-wp .subTitle .flex .mark {
  background: #08AFAF;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 47px;
  border-radius: 8px;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-right: 15px;
  font-size: 24px;
}
section.unit .wrap .contents .title-wp .subTitle h4 {
  font-size: 32px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  border-bottom: 4px dotted #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
section.unit .wrap .contents .title-wp .subTitle p.txt {
  font-size: 18px;
  line-height: 1.5;
}
section.unit .wrap .contents .photo {
  margin-top: 30px;
}
section.unit .wrap .contents .photo img {
  border: 1px solid #000000;
}

@media screen and (max-width: 767px) {
  section.unit {
    width: auto;
    margin: 30px 4%;
  }
  section.unit .wrap:before {
    top: 7px;
    left: 6px;
  }
  section.unit .wrap .contents {
    padding: 30px 15px 40px 15px;
  }
  section.unit .wrap .contents .title-wp {
    display: block;
  }
  section.unit .wrap .contents .title-wp .icon {
    width: 90px;
    margin: 0 auto 15px auto;
  }
  section.unit .wrap .contents .title-wp span.time {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    padding-top: 33px;
    font-size: 20px;
  }
  section.unit .wrap .contents .title-wp span.time.l2 {
    padding-top: 21px;
  }
  section.unit .wrap .contents .title-wp .subTitle {
    width: auto;
  }
  section.unit .wrap .contents .title-wp .subTitle .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  section.unit .wrap .contents .title-wp .subTitle .flex .mark {
    width: 30px;
    height: 30px;
    line-height: 27px;
    margin-right: 10px;
    font-size: 16px;
  }
  section.unit .wrap .contents .title-wp .subTitle .flex p.txt {
    width: calc(100% - 40px);
  }
  section.unit .wrap .contents .title-wp .subTitle h4 {
    font-size: 22px;
    border-bottom: 2px dotted #000000;
    text-align: center;
  }
  section.unit .wrap .contents .title-wp .subTitle p.txt {
    font-size: 14px;
  }
  section.unit .wrap .contents .photo {
    margin-top: 20px;
  }
  section.unit .wrap .contents .photo img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=magazine_guide.css.map */